* {
    margin: 0;
    padding: 0;
    font-family: Montserrat;
}

/* body {
    min-height: 100vh;
    width: 100%;
    background-color: #e4e4e4;
    display: flex;
    /* Responsive behaviour */
    /* flex-wrap: wrap;
    justify-content: center;
    align-items: center;
    padding: 40px 16px;
} */ 

.con{
    min-height: 43vh;
    width: 97%;
    background-color: #e9f5ff;
    display: flex;
    /* Responsive behaviour */
    flex-wrap: wrap;
    justify-content: center;
    align-items: center;
    padding: 40px 20px;
}
.cardas {
    position: relative;
    width: 250px;
    background-color: #fff;
    border-radius: 8px;
    box-shadow: 0 8px 8px 0 rgba(0, 0, 0, 0.15);
    padding: 8px;
    margin:  50px 24px;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
}

.cardas-image {
    width: 150px;
    height: 150px;
    border-radius: 50%;
    overflow: hidden;
    position: absolute;
    top: 0;
    left: 50%;
    transform: translate(-50%, -50%);
    box-shadow: 0 15px 35px -15px rgba(0, 0, 0, 0.5),
    0 5px 20px 0 rgba(0, 0, 0, 0.1);
}

.cardas-image img {
    width: 100%;
    transform: scale(1.2);
}

p {
    line-height: 24px;
    letter-spacing: 0.5px;
    margin-bottom: 12px;
    text-align: center;
}

.name {
    margin-top: 11px;
    font-size: 1.4em;
    color: #333;
    font-weight: bold;
    letter-spacing: 0.8px;
    margin-bottom: 8px;
}

.socials {
    display: flex;
    align-items: center;
    justify-content: center;
}

/* button {
    margin: 12px 8px;
    width: 44px;
    height: 44px;
    border: none;
    border-radius: 50%;
    cursor: pointer;
    transition: opacity 0.4s;
}

button:hover {
    opacity: 0.8;
}

button i {
    color: #fff;
    font-size: 1.4em;
}

/* Social media colors */
button.github {
    background-color: #24292e;
} 

button.twitter {
    background-color: #1da1f2;
} */

button.pinterest {
    background-color: #d3263a;
} 

/*Navbar Code*/



#map {
	width: 50%;
	margin-left: 25%;
	margin-top: 100px;
	height: 400px;
	margin-bottom: 200px
}



@font-face {
	font-family: MyCustomFont;
	src: url(RevueBT.ttf);
  }

::-webkit-scrollbar {
	width: 10px
}

::-webkit-scrollbar-track {
	background: #fff
}

::-webkit-scrollbar-thumb {
	background: #1a1a1a
}

p {
	font-size: 16px
}

h1 {
	font-size: 2.7rem;
	font-weight: 900;
	margin: -4px 0;
	line-height: 140%
}

b {
	font-weight: 700
}

i {
	font-display: swap
}


#icon {
	background-color: #fff;
	border-radius: 50%
}


.hamburger {
	display: none
}

#login-button {
	cursor: pointer;
	color: var(--white);
	margin-top: .5%;
	border-radius: 50%;
	font-size: 1.2em;
	font-weight: 900;
	-webkit-transition: 200ms ease-in-out;
	transition: 200ms ease-in-out
}

#login-button img {
	padding: 5px;
	width: 1.8rem;
	height: 1.8rem
}

#login-button:hover {
	-webkit-transform: scale(1.12);
	transform: scale(1.12)
}

.banners {
	position: relative;
	padding-top: 200px;
	width: 100%;
	height: 10%;
	/* background-image: url(assets/school_img.jpg); */
	background-attachment: fixed;
	background-size: cover;
	background-position: center;
	z-index: -99999;
	animation: banners 20s linear infinite;
}
.banners h1 {
	font-size: 6vw;
	color: #060606;
	text-shadow: 4px 4px 19px rgb(255, 255, 255);
	
	text-align: center;
	letter-spacing: .1rem;
	font-family: MyCustomFont, sans-serif;
    margin-top: 0%;
}

.banners h2 {
	font-size: 2rem;
	font-weight: 700;
	padding-top: 0%;
	color: #040404;
	text-shadow: 4px 4px 19px rgb(255, 255, 255);
	text-align: center;
	letter-spacing: .01rem
}
.jj{
    margin-top: 5%;
}
.banners p {
	color: #0e0d0d;
	font-size: 1.3rem;
	padding: 15px 10px 10px 10px;
	text-align: center;
	width: 50%;
	margin-left: 25%;
	font-weight: 500;
	text-align: justify
}

.banners-overlay{
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	background-color: rgba(6, 0, 0, 0.5); /* Adjust the opacity by changing the last value (0.5) */
}
	
/* Image Slider */

.facilities {
	margin-top: 140px
}

#fac-head {
	text-align: center;
	font-size: 3.3rem
}

#fac-p {
	text-align: center;
	font-size: 1.5rem;
	margin-top: 10px;
	color: #272727;
	font-weight: 600;
	font-family: Poppins
}

.bottom {
	background-image: url(assets/bg-pattern.svg);
	background-color: #4b4a4a;
	background-position: center;
	background-size: cover
}

#bottom-p {
	color: #fff;
	font-weight: 600;
	margin: 10px;
	font-size: 1.3rem
}


.features {
	padding: 100px 40px;
	display: flex;
	flex-direction: column;
	align-items: center;
	gap: 6rem;
	font-family: Montserrat
}

.flex {
	max-width: 1100px;
	display: flex;
	gap: 84px;
	flex-wrap: wrap;
	margin-bottom: 60px
}

.flex-image {
	width: 50%
}

.flex-image img {
	box-shadow: rgba(100, 100, 111, 0.2) 0 7px 29px 0;
	max-width: 100%;
	border-radius: 15px
}

.flex-info {
	display: flex;
	flex-direction: column;
	width: 40%;
	justify-content: center;
	align-items: flex-start
}

.flex-info h2 {
	font-size: 2rem;
	font-weight: 700;
	color: #000;
	margin-bottom: 1rem;
	font-family: Poppins
}

.flex-info p {
	margin-bottom: 0;
	color: #000;
	font-size: 1.2rem;
	line-height: 1.3em;
	font-weight: 400;
	white-space: normal;
	font-family: Poppins
}

@media(max-width:1000px) {
	.flex-image {
		width: 100%
	}
	.flex-info {
		width: 100%
	}
}

@media screen and (max-width:873px) {
	
	.line-1,
	.line-2,
	.line-3 {
		width: 30px;
		height: 3px;
		background: white;
		margin: 5px;
		-webkit-transition: 400ms;
		transition: 400ms;
		border-radius: 10px
	}
	.hamburger {
		display: block;
		position: absolute;
		cursor: pointer;
		right: 5%;
		top: 50%;
		-webkit-transform: translate(-5%, -50%);
		transform: translate(-5%, -50%);
		z-index: 20
	}
	
	.toggle .line-1 {
		-webkit-transform: rotate(-45deg) translate(-5px, 6px);
		transform: rotate(-45deg) translate(-5px, 6px)
	}
	.toggle .line-2 {
		opacity: 0
	}
	.toggle .line-3 {
		-webkit-transform: rotate(45deg) translate(-5px, -6px);
		transform: rotate(45deg) translate(-5px, -6px)
	}
}

@media screen and (max-width:836px) {
	.banners {
		height: 50vh
	}
}

@media screen and (max-width:800px) {
	.banners p {
		text-align: center
	}
}

@media screen and (max-width:568px) {
	.banners h2 {
		font-size: 1.5rem
	}
}

@media screen and (max-width:610px) {
	.banners p {
		width: 70%;
		margin-left: 85px
	}
}

@media screen and (max-width:400px) {
	.banners p {
		margin-left: 50px;
		font-size: 1.1rem
	}
	.banners h1 {
		font-size: 1.7rem
	}
	.banners h2 {
		font-size: 1.1rem
	}
}

@media screen and (max-width:456px) {
	.banners p {
		margin-left: 58px;
		font-size: 1.1rem
	}
}

@media screen and (max-width:498px) {
	.banners p {
		margin-left: 60px;
		font-size: 1.1rem
	}
}




